ServiceGetConversationItems Method (IListConversationRequest, ItemShape, MailboxSearchLocation, IListFolderId, ConversationNodeSortOrder, Int32) |
Gets the conversation items.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<ConversationItemResponse> GetConversationItems(
IList<ConversationRequest> conversationRequests,
ItemShape itemShape,
MailboxSearchLocation mailboxSearchLocation,
IList<FolderId> foldersToIgnore,
ConversationNodeSortOrder sortOrder,
int maxItemsToReturn
)
Public Function GetConversationItems (
conversationRequests As IList(Of ConversationRequest),
itemShape As ItemShape,
mailboxSearchLocation As MailboxSearchLocation,
foldersToIgnore As IList(Of FolderId),
sortOrder As ConversationNodeSortOrder,
maxItemsToReturn As Integer
) As IList(Of ConversationItemResponse)
Parameters
- conversationRequests
- Type: System.Collections.GenericIListConversationRequest
The conversation requests. - itemShape
- Type: Independentsoft.ExchangeItemShape
The item shape. - mailboxSearchLocation
- Type: Independentsoft.ExchangeMailboxSearchLocation
The mailbox search location. - foldersToIgnore
- Type: System.Collections.GenericIListFolderId
The folders to ignore. - sortOrder
- Type: Independentsoft.ExchangeConversationNodeSortOrder
The sort order. - maxItemsToReturn
- Type: SystemInt32
The maximum items to return.
Return Value
Type:
IListConversationItemResponseIList{ConversationItemResponse}.
See Also